[INFO] fetching crate plain-aes 0.1.1...
[INFO] testing plain-aes-0.1.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate plain-aes 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate plain-aes 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate plain-aes 0.1.1
[INFO] tweaked toml for crates.io crate plain-aes 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate plain-aes 0.1.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf496fc4eee9b6cb55b3dab5de4ba84ba5da2b68dd356f1159a62364c1b8f4e8
[INFO] running `Command { std: "docker" "start" "-a" "cf496fc4eee9b6cb55b3dab5de4ba84ba5da2b68dd356f1159a62364c1b8f4e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf496fc4eee9b6cb55b3dab5de4ba84ba5da2b68dd356f1159a62364c1b8f4e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf496fc4eee9b6cb55b3dab5de4ba84ba5da2b68dd356f1159a62364c1b8f4e8", kill_on_drop: false }`
[INFO] [stdout] cf496fc4eee9b6cb55b3dab5de4ba84ba5da2b68dd356f1159a62364c1b8f4e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b72126d7f266a6be4a3e06f1bcf45f289e24800d132f1a247669faf27e11443
[INFO] running `Command { std: "docker" "start" "-a" "7b72126d7f266a6be4a3e06f1bcf45f289e24800d132f1a247669faf27e11443", kill_on_drop: false }`
[INFO] [stderr]    Compiling plain-aes v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         ||
[INFO] [stdout]    |                          |         |the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "7b72126d7f266a6be4a3e06f1bcf45f289e24800d132f1a247669faf27e11443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b72126d7f266a6be4a3e06f1bcf45f289e24800d132f1a247669faf27e11443", kill_on_drop: false }`
[INFO] [stdout] 7b72126d7f266a6be4a3e06f1bcf45f289e24800d132f1a247669faf27e11443
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f9ff68a2e39643fe9906ced97166b9da38af89002281c6868871d1488641245
[INFO] running `Command { std: "docker" "start" "-a" "5f9ff68a2e39643fe9906ced97166b9da38af89002281c6868871d1488641245", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         ||
[INFO] [stdout]    |                          |         |the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plain-aes v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:82:26
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         ||
[INFO] [stdout]    |                          |         |the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "5f9ff68a2e39643fe9906ced97166b9da38af89002281c6868871d1488641245", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f9ff68a2e39643fe9906ced97166b9da38af89002281c6868871d1488641245", kill_on_drop: false }`
[INFO] [stdout] 5f9ff68a2e39643fe9906ced97166b9da38af89002281c6868871d1488641245
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a3fe0eadc4ad7cab2bcd3f30f9731f9b2b8d0d39a970a056e1f753a01bb174b3
[INFO] running `Command { std: "docker" "start" "-a" "a3fe0eadc4ad7cab2bcd3f30f9731f9b2b8d0d39a970a056e1f753a01bb174b3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:82:26
[INFO] [stderr]    |
[INFO] [stderr] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation {
[INFO] [stderr]    |                          ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                          |         ||
[INFO] [stderr]    |                          |         |the same lifetime is hidden here
[INFO] [stderr]    |                          |         the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 |     fn mode_of_operation(&self) -> &ModeOfOperation<'_> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `plain-aes` (lib) generated 1 warning (run `cargo fix --lib -p plain-aes` to apply 1 suggestion)
[INFO] [stderr] warning: `plain-aes` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/plain_aes-fd5f2e769f8af990)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test internal::decryption::tests::decrypt_block_aes192_test ... ok
[INFO] [stdout] test internal::decryption::tests::inv_shift_rows_test ... ok
[INFO] [stdout] test internal::decryption::tests::inv_mix_columns_test ... ok
[INFO] [stdout] test internal::decryption::tests::decrypt_block_aes128_test ... ok
[INFO] [stdout] test internal::encryption::tests::sub_bytes_test ... ok
[INFO] [stdout] test internal::encryption::tests::encrypt_block_aes192_test ... ok
[INFO] [stdout] test internal::encryption::tests::mix_columns_test ... ok
[INFO] [stdout] test internal::encryption::tests::shift_rows_test ... ok
[INFO] [stdout] test internal::decryption::tests::inv_sub_bytes_test ... ok
[INFO] [stdout] test internal::key_expansion::tests::expand_key_aes128_test ... ok
[INFO] [stdout] test internal::key_expansion::tests::key_schedule_core_test ... ok
[INFO] [stdout] test internal::key_expansion::tests::expand_key_aes192_test ... ok
[INFO] [stdout] test internal::key_expansion::tests::rot_word_test ... ok
[INFO] [stdout] test tests::pkcs5_padding_test ... ok
[INFO] [stdout] test tests::remove_pkcs5_padding_test ... ok
[INFO] [stdout] test internal::encryption::tests::encrypt_block_aes128_test ... ok
[INFO] [stdout] test tests::remove_pkcs5_padding_unconsistent_test ... ok
[INFO] [stdout] test internal::key_expansion::tests::expand_key_aes128_invalid_key_length ... ok
[INFO] [stdout] test internal::key_expansion::tests::sub_word_test ... ok
[INFO] [stderr]      Running tests/aes128_cbc_decryption_test.rs (/opt/rustwide/target/debug/deps/aes128_cbc_decryption_test-86d31e408d679283)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test decrypt_aes128_cbc_u8_block_1 ... ok
[INFO] [stdout] test decrypt_aes128_cbc_key_expansion_failure ... ok
[INFO] [stdout] test decrypt_aes128_cbc_u8_block_3 ... ok
[INFO] [stdout] test decrypt_aes128_cbc_u8_block_4 ... ok
[INFO] [stderr]      Running tests/aes128_cbc_encryption_test.rs (/opt/rustwide/target/debug/deps/aes128_cbc_encryption_test-a3d1898e5cedc0f3)
[INFO] [stdout] test decrypt_aes128_cbc_empty_string_empty_u8 ... ok
[INFO] [stdout] test decrypt_aes128_cbc_invalid_target_size ... ok
[INFO] [stdout] test decrypt_aes128_cbc_u8_block_2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test encrypt_aes128_cbc_invalid_target_size ... ok
[INFO] [stdout] test encrypt_aes128_cbc_u8_block_1 ... ok
[INFO] [stdout] test encrypt_aes128_cbc_u8_block_3 ... ok
[INFO] [stdout] test encrypt_aes128_cbc_key_expansion_failure ... ok
[INFO] [stdout] test encrypt_aes128_cbc_u8_block_2 ... ok
[INFO] [stderr]      Running tests/aes128_ecb_decryption_test.rs (/opt/rustwide/target/debug/deps/aes128_ecb_decryption_test-520f7f1100c1ecbf)
[INFO] [stdout] test encrypt_aes128_cbc_u8_block_4 ... ok
[INFO] [stdout] test encrypt_aes128_cbc_empty_string_empty_u8 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test decrypt_aes128_ecb_u8_block_1 ... ok
[INFO] [stdout] test decrypt_aes128_ecb_u8_block_2 ... ok
[INFO] [stdout] test decrypt_aes128_ecb_u8_block_4 ... ok
[INFO] [stdout] test decrypt_aes128_ecb_u8_block_3 ... ok
[INFO] [stdout] test encrypt_aes128_ecb_empty_string_empty_u8 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/aes128_ecb_encryption_test.rs (/opt/rustwide/target/debug/deps/aes128_ecb_encryption_test-d12f427579ddedd9)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test encrypt_aes128_ecb_empty_string_empty_u8 ... ok
[INFO] [stdout] test encrypt_aes128_ecb_u8_block_2 ... ok
[INFO] [stdout] test encrypt_aes128_ecb_u8_block_3 ... ok
[INFO] [stdout] test encrypt_aes128_ecb_u8_block_1 ... ok
[INFO] [stderr]      Running tests/aes192_cbc_decryption_test.rs (/opt/rustwide/target/debug/deps/aes192_cbc_decryption_test-ecb12ae88158c3bb)
[INFO] [stdout] test encrypt_aes128_ecb_key_expansion_failure ... ok
[INFO] [stdout] test encrypt_aes128_ecb_u8_block_4 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test decrypt_aes192_cbc_u8_block_2 ... ok
[INFO] [stdout] test decrypt_aes192_cbc_str ... ok
[INFO] [stdout] test decrypt_aes192_cbc_u8_block_4 ... ok
[INFO] [stdout] test decrypt_aes192_cbc_u8_block_1 ... ok
[INFO] [stdout] test decrypt_aes192_cbc_u8_block_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/aes192_cbc_encryption_test.rs (/opt/rustwide/target/debug/deps/aes192_cbc_encryption_test-dbb7f3ac7f85958d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test encrypt_aes192_cbc_u8_block_1 ... ok
[INFO] [stdout] test encrypt_aes192_cbc_u8_block_2 ... ok
[INFO] [stdout] test encrypt_aes192_cbc_str ... ok
[INFO] [stdout] test encrypt_aes192_cbc_u8_block_4 ... ok
[INFO] [stdout] test encrypt_aes192_cbc_u8_block_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/aes192_ecb_decryption_test.rs (/opt/rustwide/target/debug/deps/aes192_ecb_decryption_test-181cbf376c0b45f4)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test decrypt_aes192_ecb_u8_block_3 ... ok
[INFO] [stdout] test decrypt_aes192_ecb_u8_block_2 ... ok
[INFO] [stdout] test decrypt_aes192_ecb_u8_block_1 ... ok
[INFO] [stdout] test decrypt_aes192_ecb_invalid_target_size ... ok
[INFO] [stdout] test decrypt_aes192_ecb_u8_block_4 ... ok
[INFO] [stdout] test encrypt_aes192_ecb_str ... ok
[INFO] [stderr]      Running tests/aes192_ecb_encryption_test.rs (/opt/rustwide/target/debug/deps/aes192_ecb_encryption_test-6707f894ce8b2bc0)
[INFO] [stdout] test decrypt_aes192_ecb_key_expansion_failure ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test encrypt_aes192_ecb_invalid_target_size ... ok
[INFO] [stdout] test encrypt_aes192_ecb_u8_block_1 ... ok
[INFO] [stdout] test encrypt_aes192_ecb_u8_block_2 ... ok
[INFO] [stdout] test encrypt_aes192_ecb_u8_block_3 ... ok
[INFO] [stdout] test encrypt_aes192_ecb_str ... ok
[INFO] [stdout] test encrypt_aes192_ecb_u8_block_4 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests plain_aes
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - Encryptable (line 24) ... ok
[INFO] [stdout] test src/lib.rs - encrypt (line 140) ... ok
[INFO] [stdout] test src/lib.rs - decrypt (line 266) ... ok
[INFO] [stdout] test src/lib.rs - encrypt (line 154) ... ok
[INFO] [stdout] test src/lib.rs - decrypt (line 250) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a3fe0eadc4ad7cab2bcd3f30f9731f9b2b8d0d39a970a056e1f753a01bb174b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3fe0eadc4ad7cab2bcd3f30f9731f9b2b8d0d39a970a056e1f753a01bb174b3", kill_on_drop: false }`
[INFO] [stdout] a3fe0eadc4ad7cab2bcd3f30f9731f9b2b8d0d39a970a056e1f753a01bb174b3
